@media screen and (min-width:450px){
    .cubaria_logo {
        align-self: center;
        width: 34% !important;
    }
    .top_level_main{
        padding-top: 3rem !important;
        width: 75% !important;
    }
    .cubaria_header
    {
        background-size: cover !important;
        background-position: top !important;
        background-repeat: no-repeat !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 88rem !important;
        bottom: 0 !important;
        z-index: -2 !important;
        padding-bottom: 88rem;
    }
    .cubaria_header_main
    {
        background-size: cover !important;
        background-position: top !important;
        background-repeat: no-repeat !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 100vh !important;
        bottom: 0 !important;
        z-index: -2 !important;
    }
    .header {
        font-family: 'Montserrat', sans-serif;
        font-size: 4rem !important;
        font-weight: 800;
    }
    .tv
    {
        width: 45% !important;
    }
    .top_level{
        padding-top: 33rem !important;
    }
    .cubaria_text{
        font-size: 2em !important;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 400 !important;
        text-align: center !important;
    }
    .cubaria_text_block{
        width: 75%;
    }
   
    .hexicon{
        width: 25% !important;
    }
}


@media screen and (max-width:400px){

    .navlol{
        position: fixed;
        right: 0;
        bottom: 1rem;
        left: 0;
        z-index: 1030;
    }

    .hexicon{
        width: 50% !important;
    }
    .cubaria_header
    {
        background-size: cover !important;
        background-position: top !important;
        background-repeat: no-repeat !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 15rem !important;
        bottom: 0 !important;
        z-index: -2 !important;
    }

    .cubaria_header_main
    {
        background-size: cover !important;
        background-position: top ;
        background-repeat: no-repeat ;
        position: absolute ;
        top: 0 ;
        left: 0 ;
        right: 0 ;
        height: 15rem ;
        bottom: 0 ;
        z-index: -2 ;
    }

    .header {
        font-family: 'Montserrat', sans-serif;
        font-size: 2rem;
        font-weight: 800;
        text-align: center;
    }
    .top_level{
        padding-top: 2rem ;
    }
    .top_level_main{
        padding-top: 1rem ;
        width: 100% !important;
    }
    .cubaria_text_block{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .cubaria_text{
        font-family: 'Montserrat', sans-serif !important;
        font-size: 1.5em !important;
        font-weight: 400 !important;
        text-align: center !important;
    }
    .cubaria_logo {
        width: 100%;
        height: auto;
        align-self: center;
        padding: 3rem !important;
    }
}

canvas {
    object-fit:fill;
    aspect-ratio: 1/1;
}

.responsive-iframe{
    aspect-ratio: 1/1;
}